const crypto/tls.recordTypeApplicationData
8 uses
crypto/tls (current package)
common.go#L75: recordTypeApplicationData recordType = 23
conn.go#L408: if typ != recordTypeApplicationData {
conn.go#L522: record[0] = byte(recordTypeApplicationData)
conn.go#L694: if c.in.cipher == nil && typ == recordTypeApplicationData {
conn.go#L758: case recordTypeApplicationData:
conn.go#L892: if c.config.DynamicRecordSizingDisabled || typ != recordTypeApplicationData {
conn.go#L1224: n, err := c.writeRecordLocked(recordTypeApplicationData, b[:1])
conn.go#L1232: n, err := c.writeRecordLocked(recordTypeApplicationData, b)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |